CSE 2231 Glossary
Abstract Class
An partial or incomplete class that can impelement some, but not all methods defined in the interface. An Abstract Class cannot be instantiated, since it is incomplete. It can be thought of, informally, as an interface that allows you to provide implementations for some methods.